home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / PROBLEMS / BENCHMARK / BUBBLESORT / bubbletest / AnsiC_2 / Makefile < prev    next >
Makefile  |  1992-06-17  |  670b  |  30 lines

  1. # Project:   bubblep
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.program:   @.o.source @.^.^.^.C.Clib.o.Stubs \
  16.         @.^.^.^.C.RISC_OSLib.o.RISC_OSLib 
  17.         link $(linkflags) @.o.source @.^.^.^.C.Clib.o.Stubs \
  18.         @.^.^.^.C.RISC_OSLib.o.RISC_OSLib 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.source:   @.c.source
  25.         cc $(ccflags) -o @.o.source @.c.source 
  26.  
  27.  
  28. # Dynamic dependencies:
  29. o.source:    c.source
  30.